home *** CD-ROM | disk | FTP | other *** search
/ National Lampoon's Blind Date / National Lampoon's Blind Date.iso / bd / movstop2.mmm / 00047_Script_47 < prev    next >
Text File  |  1995-03-01  |  186b  |  11 lines

  1. global currStopper
  2.  
  3. puppetsound 0
  4.  
  5. set currStopper = currStopper + 1
  6. if currStopper > 14 or currStopper < 1 then
  7.   set currStopper = 1  
  8. end if
  9.  
  10. go to frame "st" & currStopper
  11.